cmake-workaround-tbbmemory
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Tue, 6 Jan 2026 12:16:13 +0000 (13:16 +0100)
committerTobias Frost <tobi@debian.org>
Tue, 6 Jan 2026 12:16:13 +0000 (13:16 +0100)
Gbp-Pq: Name 0011-cmake-workaround-tbbmemory.patch

CMakeLists.txt

index 68dcc2b49d9e3105c1666df2ee072d559bf68834..a3794d9dd0d40a677f37ccfe472915ce7b471053 100644 (file)
@@ -956,7 +956,7 @@ include_directories (${CMAKE_BINARY_DIR}/${INSTALL_DIR_INCLUDE})
 string (REGEX REPLACE ";" " " 3RDPARTY_NO_LIBS "${3RDPARTY_NO_LIBS}")
 if (3RDPARTY_NO_LIBS)
   if (BUILD_SHARED_LIBS)
-    message (SEND_ERROR "Could not find libraries of used third-party products: ${3RDPARTY_NO_LIBS}" )
+    message (WARNING "Could not find libraries of used third-party products: ${3RDPARTY_NO_LIBS}" )
   else()
     message (WARNING "Could not find libraries of used third-party products: ${3RDPARTY_NO_LIBS}" )
   endif()